Display full version of the post: Adding current Date/Time in a Drawing

msplcdykee69
18.03.2009, 20:24
I am using Civil 3D 2008. I am trying to insert text into my drawing which pulls current Date/Time into RTEXT.  I have the code "$(edtime, 0, MON DD"," YYYY)" for aquiring the date. does anyone know the code for grabbing the current time?  If so it would be greatly appreciated.
 
Thanks

Vladimir Michl
18.03.2009, 22:05
Just add HH:MM to the timestamp mask. There are also other methods for adding time/date - see:
http://www.cadforum.cz/cadforum_en/qaID.asp?tip=6366

msplcdykee69
19.03.2009, 13:50
Thanks, I knew it was something easy.  I had put it in the RTEXT all wrong.  Thanks for your help.