RE: How to get ddmmyyyy format.

2003-06-13 Thread Praful Bajaria
AY; > > 13062003 > > > -Original Message- > From: Praful Bajaria [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 12:02 > To: [EMAIL PROTECTED] > Subject: How to get ddmm format. > > > All, > > How would I get ddmm format of time in a &g

How to get ddmmyyyy format.

2003-06-13 Thread Praful Bajaria
All, How would I get ddmm 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 . Thanks Praful