PDA

View Full Version : julian dates



degrawmd
2004-10-08, 05:44 PM
I need, I need

Hey does anyone out there either know how to extract the drawing creation time and last revision time from the summary info or have a routine that converts the system variable TDCREATE & TDUPDATE Julian times to a readable format. (ACAD 2004).

Thanks

jwanstaett
2004-10-08, 06:53 PM
if y is set to the value of tdcreate or tdupdate
then

x= cdate(y - 2415019)

will set x the the VBA date time value of y