I am using ASP to access a database and pull out the date in the database
that is in this format: 7/5/2005 9:20:22 AM
I want to make it display on the page in this format which is a standard
miltary DTG(Date/Time/Group) format and in Zulu (GMT - Grenwich Mean Time).
For example this would be how I would display the above date and time:
050920Z JUL 05
DDHHMMZ MMM CC
Any clue as to how to get this done?
I did find this webpage, but copied and pasted over to an asp page on the
server, and I get an error...the page is from 2003, so maybe the code has
changed a bit?
Any help is appreciated.
Thanks,
Doug