But im wondering how i am going to use it in my c# file. I want the time to be stored inside my SQL database.
hi, I have read through this one Implement DateTimePicker in ASP.Net using jQuery Plugin
You can get the Date and Time value from the TextBox. It is shown in the article
protected void btnSave_Click(object sender, EventArgs e) { DateTime dob = DateTime.Parse(Request.Form[TextBox1.UniqueID]); }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.