All, How would I get ddmmyyyy format of time in a variable. Once I get this format (value in variable),I would like to append to a file.
$currtime = time(); @currtime = gmtime($currtime); print " @currtime \n "; but the above code doen't give me yyyy. Thanks Praful __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]