Outsource House was established in 2000 to provide professional support services to micro, small and medium sized companies. Providing our clients with essential support services allows our clients to focus on their core competencies.
Posts tagged "us date"
ASP date formats

ASP date formats

I had a need to change an US date into yyyy/mm/dd and these date formats really irritate me, so this will work for whatever date you need to go from and to. This is the format. <% = FormatMediumDate(rs(“date”)) %> I would make an include file file for this as it can be applied to...
ASP Date formats mm/dd/yyyy to dd/mm/yyyy

ASP Date formats mm/dd/yyyy to dd/mm/yyyy

Not exactly sure where i found this, but it has helped me on numerous occasions to format dates when servers are in South Africa and when they need to be moved to USA servers. Hope this helps you too. <% ReturnDateTime 1033, “English (US)” ReturnDateTime 2057, “English (UK)” ReturnDateTime 3081, “English (Australia)” ReturnDateTime 1031, “German”...