Hello,
I'm newbie here, is any other examples here to set default value for time picker value, i want time picker value for first form load always 12:00 am,
i'm trying with this code :
@Html.EJS().TimePicker("GSPLTime").Value("12:00 AM").Render()
is not working