Hello,
We have an application that is being hosted both USA and UK.
In there we have few javascriptf unctions.
1. Copy a date from raddatepicker to another
e.g. StartDate to SalaryStartDate in certain situaltions
2. Compares a manually entered date to be in a range
e.g. SalaryStartDate should be between StartDate and EndDate
It loads the date properly from server side, also when manually selected it shows in correct format but it fails in javascript while assigning or comparing
Can anyone please help me figure out the solution?
Thanks