Re: [Wtr-general] how to make Watir output the current system date through a command

2007-01-29 Thread Nathan Christie
This is a Ruby Date object and its functions: require 'Date' myDate = Date.today().strftime("%d/%m/%y") - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6308&messageID=17766#17766 ___

[Wtr-general] how to make Watir output the current system date through a command

2007-01-29 Thread vijay
Hello people, I do not know what command to use to make Watir output the current system date and to convert it into the desired format, dd-mon- (22-Jan-2007). I want the current system date inorder to check whether a particular field present in the application has the currrent date or not.