
| Navigation |
|
|
 |
| Latest Additions |
|
|
 |
| Links |
|
 |
| Recommendations |
|
 |
|
Convert DateTime to XSD format
By: Lee A. Shurie |
| Subject: |
ASP XSD Date Time Format |
| Language: |
ASP |
| Rating: |
 Rated 2 times. Rate or review this item: 1 2 3 4 5 |
See it in action |
Information I couldn't find a function to convert date and time to XSD DateTime format ( [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] ) so I wrote one.
Use this function to convert any of the common date/time formats to XSD Date Time Format which is sometimes used in data-transfer applications and often in XML feeds. |
Code
|
Instructions Copy the function into your ASP page and call it as instructed in the code sample. You can also put the function in a separate ASP page and # include it in your main ASP page. |
Keywords:asp function convert date time to xsd date format |
|
|