Microsoft
Software
Hardware
Network
Question : Problem with ASP script to format a date
Hi,
I have the script below. Which reformats a date entered like 1-1-1 to 01/01/2001
The problem is that sometimes user enters 1-1-1997, it should format it as 01/01/1997 , which is leaving the year as is and not change it to 01/01/2097, the problem is that it DOES reformat it to:
01/01/2097
I need to fix the script so that it only formats the year when user does NOT enter all 4 digits, if user enters 4 digits for the year then it should remain as is. as far as the year is concerned. day and month are ok to be reformatted.
try{tv=this.value;if(tv.su
bstr(6,2)=
='19'){thi
s.value = tv.substr(0,6) + '20' + tv.substr(8,2);}}catch(e){
}" value="<%= (ContactDetails.Fields.Ite
m("PPExpir
eon").Valu
e) %>"
Answer : Problem with ASP script to format a date
Is everything working as is or are you experiencing problems?
Are you using VLans?
What trunk mode is the 3560 set to on the connections to the dell?
What is your usage on the Link to the SGE 2002?
Random Solutions
SSIS Data extract from oracle to sql server
Listing of Excel VBA Modules and Sub and Function Procedures in a workbook
Do WPF and MVP go together?
Finding all email sent from a certain domain to our Exchange Server for legal purposes
Excel Interop: Find cell by name
Activesync through UAG
Blackberry Printing
transfering a directory with multiple files in parallel
Do you have any idea about the CLiC library and efsenable for the system. If you have please let me know.
Exchange 2007 installation on a Windows 2008 server.