Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

Please help me out I want to convert date of any type say japanese settings,ukrain setting to "mm/dd/yyyy" setting at runtime in javsascript......


Thanks in advance :)
Posted

1 solution

Hi there,
you can use these Functions

var now = new Date();
var Year = now.getYear();
var Year = now.getMonths();
var Year = now.getDay();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900