Hello
I use Databox to allow users to select a date, however i want to restrict the date range. I found this example
http://www.jeasyui.com/demo/main/index.php?plugin=DateBox& and Restrict Date. But i can't get it to work.
This is how my code looks now
<input class="easyui-datebox" id="returDatoArbejdstid" data-options="formatter:myformatter,parser:myparser" value="18-09-2015"></input>
And i would like to be able to add validator to the data-options instead of using the method shown in the Restrict Date on the site.
Is this posible?
Best Regards
Thomas