search for: my_tim

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

Did you mean: my_time
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
2006 Jan 16
8
AJAX + Table.
...tlogs end PARTIAL FORM <tr> <td><%=h componentlog.cl_spr %></td> <td><%=h componentlog.cl_user %></td> <td><%=h componentlog.cl_fromarea %></td> <td><%=h componentlog.cl_date %> <%=h componentlog.cl_date.to_formatted_s(:my_time) %></td> <td><%=h componentlog.cl_status %></td> </tr> Any help would be seriously appreciated! Thanks very much -- Posted via http://www.ruby-forum.com/.
2007 Jun 06
1
Chow Test
Hello R-users! I tried to find a package to run a CHOW TEST. As a reference package I found the STRUCCHANGE package. Do you know if it works well otherwise can you recommend a different one? Thanks, Bernd -- View this message in context: http://www.nabble.com/Chow-Test-tf3878416.html#a10990270 Sent from the R help mailing list archive at Nabble.com.
2007 Apr 23
3
How to change Date format
Hi all, I am using InstantRails with MySQL-Front. Date is stored in format yyyy-mm-dd in database. I want to retrieve and show date in dd-mm-yyyy in my view.rhtml. How can I change it to dd-mm-yyyy form. Please help me out. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2017 Jul 11
0
Problems with time formats when importing data using readHTMLTable
...source when viewed right now: <td> <time class="toggle_time utc_time hide-me formatTime" data-overrideAbbreviation="empty" data-time="1499780737" data-timezone="0"><span>1499780737</span></time><time class="toggle_time my_time hide-me formatTime" data-overrideAbbreviation="MyT" data-time="1499780737" data-timezone="MyT"><span>1499780737</span></time><time class="toggle_time dif_time hide"><span>6 minutes ago</span></time> </td&g...
2017 Jul 11
2
Problems with time formats when importing data using readHTMLTable
Dear Jeff, I am sorry, I didn't notice that it was not plain text. I hope that it is now in the correct format. I explain the problem again, now with more detais. I am collecting the track positions of our research vessel from www.marinetraffic.com. In the page, the data appear in a table: Timestamp Source Speed (kn) Latitude (?) Longitude (?) Course (?) Show on Map
2017 Jul 11
1
Problems with time formats when importing data using readHTMLTable
...w: > > <td> > <time class="toggle_time utc_time hide-me formatTime" > data-overrideAbbreviation="empty" data-time="1499780737" > data-timezone="0"><span>1499780737</span></time><time > class="toggle_time my_time hide-me formatTime" > data-overrideAbbreviation="MyT" data-time="1499780737" > data-timezone="MyT"><span>1499780737</span></time><time > class="toggle_time dif_time hide"><span>6 minutes > ago</span>&lt...