[wtr-general] Date Functions

2010-09-16 Thread sivam
Do we have any date function to convert string to date format like mm/ dd/yy Actually my string is September 13, 2010 5:54:32 PM. I need to compare this string with 09/13/2010. Could please help onto this. -- Before posting, please read http://watir.com/support. In short: search before you

Re: [wtr-general] Date Functions

2010-09-16 Thread Željko Filipin
On Thu, Sep 16, 2010 at 12:00 PM, sivam sivamma...@gmail.com wrote: Actually my string is September 13, 2010 5:54:32 PM. I need to compare this string with 09/13/2010. Take a look: http://ruby-doc.org/core/classes/Date.html Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] Date Functions

2010-09-16 Thread John Fitisoff
@googlegroups.com Sent: Thu, September 16, 2010 3:00:34 AM Subject: [wtr-general] Date Functions Do we have any date function to convert string to date format like mm/ dd/yy Actually my string is September 13, 2010 5:54:32 PM. I need to compare this string with 09/13/2010. Could please help onto