Re: date format
- To: mathgroup at smc.vnet.net
- Subject: [mg75145] Re: date format
- From: dh <dh at metrohm.ch>
- Date: Wed, 18 Apr 2007 05:06:59 -0400 (EDT)
- References: <f015bp$9sk$1@smc.vnet.net>
Hi Arek, try: Date[][[{3,2,1,4,5,6}]] hope this helps, Daniel Arkadiusz.Majka at gmail.com wrote: > Dear All, > > Form the following date format > > 04/Dec/2006:19:54:02 > > could you please show me how to get the following representation {day, > month, year, hour, minutes, seconds} - so exactly the same as for > Date[] > > Thank you, > > Arek > >