[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Date Time Data Type Customization
- From: "Magick, Brian" <Brian.Magick@COMPAQ.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 06 Aug 2001 09:56:56 -0500
I've had some difficulty working with the date/time data type in XML
Schemas.
I need to capture a date as DDMMYYYHH:MM:SS. So August 6th 2001 at 9:00 PM
(exactly) would read:
0608200117:00:00
Has anyone implemented "customizations" such as this in respects to the
default schema date/time data type pattern?
Any ideas how to do this? Do I need to create a user defined data type? Do
I simply need to create some type of mask that I can apply to the default
date/time type?
Thanks!
Brian Magick