![]() |
|
|
Change Date Form DDMMYYYY to MMDDYYYYA simple function to display the dates in MM/DD/YYYY format rather than in DD/MM/YYYY format. <% myDay = Day(thedate) myMonth = Month(thedate) myYear = Year(thedate) FormatDate = myMonth & "/" & myDay & "/" & myYear Dim dDate If you have any code snippets to share with full credit given then send an email to Codesnippets - You'll receive full credit and a link back to your site. Site developed by Michael Wall - Web Design Belfast N.Ireland. |
|