Date and Time in C# ASP.NET MVC4 -



Date and Time in C# ASP.NET MVC4 -

i have field in asp.net mvc4 view user should come in datetime stored in db

now user can come in date , ignore time how can forcefulness user come in both date , time , in case ignore time tell him error please come in time date?

and 1 more thing how can create test if: startdate > enddate must homecoming error , inquire user come in date after startdate

jquery ui date picker decent alternative . can utilize .

the other part of question

var startdate = $('#datepickerstart').datepicker('getdate') var enddate = $('#datepickerend').datepicker('getdate') if(startdate >enddate ) return;

asp.net-mvc-4

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -