Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
please tell me the date type format which is supported by excel 2005.
i'm using xsd also for importing xml into excel and specified date type or datetime type there in xsd but it is imoprting it as text.giving error this error it is imorting as text. the format which i specified is yyyy-MM-dd hh:mm:ss aaa in my jsp which is throughing xml. |
#2
![]() |
|||
|
|||
![]()
This depends on your regional settings. I'd suspect that either of these
would be interpreted as numerical dates by Excel (depending on whether it's US or Rest of World format): dd-MM-yyyy hh:mm:ss MM-dd-yyyy hh:mm:ss What's the "aaa" at the end of your format string? That may also be contributing the the textification of your dates. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ kanchan wrote: please tell me the date type format which is supported by excel 2005. i'm using xsd also for importing xml into excel and specified date type or datetime type there in xsd but it is imoprting it as text.giving error this error it is imorting as text. the format which i specified is yyyy-MM-dd hh:mm:ss aaa in my jsp which is throughing xml. |
#3
![]() |
|||
|
|||
![]()
Option 1: Use XL to give you the answer. Enter a in a XL worksheet.
Save the file in XML format. Check the XML file using a text editor. Option 2: Recognize that XL stores dates as a whole number with 1 being 1/1/1900 and time as a fraction of a number with 0.0=midnight and 1.0 =next midnight. Personally, I would go with 1. -- Regards, Tushar Mehta www.tushar-mehta.com Multi-disciplinary business expertise + Technology skills = Optimal solution to your business problem Recipient Microsoft MVP award 2000-2005 In article , says... please tell me the date type format which is supported by excel 2005. i'm using xsd also for importing xml into excel and specified date type or datetime type there in xsd but it is imoprting it as text.giving error this error it is imorting as text. the format which i specified is yyyy-MM-dd hh:mm:ss aaa in my jsp which is throughing xml. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date format in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel 2003, It wont print in landscape format | Excel Discussion (Misc queries) | |||
Format date in excel 2000 like '31st January 2005' | Excel Discussion (Misc queries) | |||
Excel 2000 date format cannot be set to Australian date format | Excel Discussion (Misc queries) | |||
Converting a date in Excel 2002 to a Year/Quarter format | Excel Worksheet Functions |