Go Back   Webmaster Centre News and Discussion Forum > Website Developement > Web Programming

Web Programming Post your questions, tips and opinions on web scripting, programming languages. Subject areas include Java, Java Script, PHP, ASP, .Net, XML, Perl, HTML, Flash,etc

Reply
 
LinkBack Thread Tools Display Modes
Old 05-03-2008, 03:11 AM   #1 (permalink)
Junior Member
 
Default ASP, ASP.NET, JavaScript, XSLT, Converting dates in number format...

...5/10/2008 to May 10, 2008...? I am displaying content in an .aspx page that is being pulled from a web service XML feed. I have used XSL to fomat the content, but now I need to convert the dates:

<startDate>5/10/2008 6:30:00 AM</startDate>
<endDate>5/10/2008 3:30:00 PM</endDate>

to this format: May 10, 2008. I also need to display the times this way: 6:30 am - 3:30 pm. How do I do this? ASP, ASP.NET, JavaScript, XSLT - not sure what will do the trick... I'll try with whatever works.

Sample XML Code:
<weeklyEvents>
<thisWeek>
<event Id="1">
<title>Golf Outing</title>
<startDate>5/10/2008 6:30:00 AM</startDate>
<endDate>5/10/2008 3:30:00 PM</endDate>
<description>Blah Blah Blah</description>
</event>
<event Id="2">
<title>Brunch</title>
<startDate>5/15/2008 11:00:00 AM</startDate>
<endDate>5/15/2008 3:00:00 PM</endDate>
<description>Blah Blah Blah</description>
</event>
</thisWeek>
</weeklyEvents>

Thanks...
vixengraphix is offline   Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
i want to change my credit card number to pay yahoo real quote subscribe? marketm51 Yahoo 0 05-02-2008 11:48 AM
myspace/javascript/java helpppp? macey. Web Programming 0 05-01-2008 02:24 AM



All times are GMT +1. The time now is 02:41 PM.
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44