Skip to main content
Participant
April 11, 2008
Question

Please Help: Looking time and date in short year format.

  • April 11, 2008
  • 1 reply
  • 212 views
I am looking for is a script or tutorial on how to capture my system time (AM PM) and date settings in short year format.
I have found alot of tutorials on the full year format but nothing with short year.
For example 10:00 2-APR-08
This topic has been closed for replies.

1 reply

April 11, 2008
Using the help files you can take a look at the date class to write your own function.

Basically, you need to create a new date object and then extract what you want from it.

Cheers,
FlashTastic