Translate

In this Tutorial, we are going to show how to split datetime into day, months and years.

we can easily execute it using Jquery function and can use it into our live project as we did.

We have different types of 3 Input Field.

First for datetime format: -
<input type="text" id="DateTime" value="2010-10-18 10:06" />

Second for Date format: -
<input type="text" id="Date" value="" />

Third one is for Time format: -
<input type="text" id="Time" value="" />

This is our submit button for submitting value.
<input type="button" id="bttnSubmit" value="Submit" />




You Might Also Read: - 
If you have any query regarding this post the feel free to contact us or write feedback into the comment section at every post. 

Thanks and Keep Visiting.

0 comments:

Post a Comment

 
Top