I have an input form for date, which gives me a string such as 06/01/2015
Using it I need to get two variables in time format for the beginning of the day and the end of the day (00:00:00, and 23:59:59) in time (milliseconds) format such as 1433206800000, 1433205690000. Can someone give me a tip on how to do it in Javascript.
Thank you for your time.