[wtr-general] Re: How to get the system date to my text field.

2008-11-11 Thread wesley chen
Yes, require 'time' is not required in Watir. Thanks. Wesley Chen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before pos

[wtr-general] Re: How to get the system date to my text field.

2008-11-11 Thread LFIdnl
require 'time' textfiled = Time.now.strftime("%d-%b-%Y").upcase On 12 нояб, 07:27, meaculpa <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a text field for enetering datein teh format 12-NOV-2008. So > how can i able to get system date and make it in this format to enter > in textfield.Please he