Hello, I want to know if is possible:
Can I get the instance if I don't use a variable? I mean using the target "inputField" later
new JsDatePick({ useMode:2, target:"inputField", dateFormat:"%d-%M-%Y" });
How to remove calendar? I'm generating the calendar from ajax and I need to remove the calendar after some form is submitted.
Why there is no documentation or example about others methods?, like "getSelectedDayFormatted", I use this a lot but the first time I wasted 3 days to figure out.
Hello, I want to know if is possible:
Can I get the instance if I don't use a variable? I mean using the target "inputField" later
new JsDatePick({ useMode:2, target:"inputField", dateFormat:"%d-%M-%Y" });How to remove calendar? I'm generating the calendar from ajax and I need to remove the calendar after some form is submitted.
Why there is no documentation or example about others methods?, like "getSelectedDayFormatted", I use this a lot but the first time I wasted 3 days to figure out.