Get programming code snippets and tips for HTML, CSS, ASP, SQL, JavaScript, RSS, XML, and more
Lee's Code        A web programmer's toolbox. SEARCH SITE
HOME  |  ABOUT LEE  |  CONTACT  |  SEARCH
Home > Code > ASP > Convert DateTime to XSD format

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

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
 

Lee's Code programming tips and tricks. Back to top of page.

Programming tips and tricks for ASP, javaScript, SQL, SML, CSS, HTML HOME | ABOUT LEE | CONTACT | SEARCH
 
Copyright © 2001 - 2010 by Lee A. Shurie