search for: flextim

Displaying 7 results from an estimated 7 matches for "flextim".

Did you mean: flextime
2007 Feb 02
0
Easy Earnings with Flextime
Hello, We hope you are reading this message in a fine mood. I'd like to welcome you on a very interesting opportunity. We supppose you will be very interested in a home job in which you could get about AUD4000 per month. This job will not affect your present career, it will only take a small part of your free time. The only things you will need to have to start running your business with
2006 May 18
4
time select with am/pm?
Hi everyone, Is there a time select helper which uses a 12 hour clock rather than a 24 hour one? Also, does anyone know if :discard_year actually works in datetime_select now, or how I could find this out? Thanks! Daniel
2006 Apr 20
4
Small Date Formatting Question regarding datetime_select()
Is there a way to make datetime_select() dropdowns work on a 12hr clock? I need to make a input field that works exactly like the reminders datetime selecton dropdowns in Backpack to populate a datetime field in my DB. i.e in the format: month, day, year ? hour (1-12) minute am/pm. Should I change my database to have a separate column for date and one for time and use date_select()? Can
2008 Apr 14
3
datetime_select custom input fields
by default datetime_select allows the user to input any date and time they want. Is there a way it can only allow a user to select an hour between 8AM and 6PM and only allow them to choose the top of the hour (:00) and the half hour (:30) for the minute? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2018 May 15
0
[Job Offer] Statistician (M/F) Definition of the software R++
...stats and software? In order to become R world champion! R-D: you might pursue research and come up with new methods and the corresponding package. In such a case you would write scientific articles. THE ADVANTAGES Quality work environment (dual-screen, big desk). Custom equipment (PC, OS). Flextime (possibility of part-time telecommuting). Convivial atmosphere (foosball table, popcorn poper, cotton candy maker?). Young and dynamic team (age: m=27,8 ; sd=4,7). REQUIRED PROFILE Biostatistics PhD. This can be your first job. Mastery of R. Speaking French is NOT needed CONTRACT ELEMENTS...
2006 Jun 08
5
AM/PM select
I have a customer that has a request that the select_datetime fields have AM/PM selectors instead of 24 hour time. The rails time and datetime selects seem to only support 24 hour time. I can''t seem to find any information on this. i was wondering if there is already a solution out there, or will i have to roll my own? Sean Wolfe master nerd of i heart squares, inc. 3711 N.
2006 Jun 13
17
reconstituting a date
In my view code, I have <%= datetime_select "in_out", "time_in" %> which returns in params :in_out: !map:HashWithIndifferentAccess time_in(1i): "2006" time_in(2i): "6" time_in(3i): "12" time_in(4i): "20" time_in(5i): "24" and I want to save that datetime to a column in the db... if