Date Picker with Multilingual support in Asp.net -
anyone have experience on doing popup date picker multilingual support, based on culture automatically?
i try failed it. have resources can it? doing 2 languages en-us , zh-tw. thanks.
you not adding jquery , css reference, that's why not able see jquery calendar.
try below code:-
jquery , css reference
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" /> <script src="//code.jquery.com/jquery-1.10.2.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> also, must call selectori.e id work
$(function () { $("#datepicker").datepicker(); }); see working demo
Comments
Post a Comment