Click here to Skip to main content
15,916,215 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have pop up calendar date picker in my ASP.NET application, using .NET4.0, whenever user selects date from date picker, the selected date should be in the user's system date format,

if the user system has set his date setting as "MM/dd/yyyy" the date selected on the date picker should be selected as "MM/dd/yyyy" on the other hand if the user changes his system date setting to "dd/MM/yyyy", and when he selects date from date picker, it should be selected as "dd/MM/yyyy",
how can i make it work

What I have tried:

i've tried modifying in plugin.js fformat function, but no use
Posted

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