search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Problem with date

Asked by Anjali
10 years ago.

Hi,How can I separate date and time into two different text boxes.When I Enter time the event should be created for that particular time.
Thank you in advance.

Answer posted by Anonymous
10 years ago.

how to declare the start time and end time with blocking

Comment posted by Anonymous
10 years ago.

maybe that helps??

Dim startDate As DateTime = DateTime.ParseExact(pickDate.Text + " " + FromTime, "dd/MM/yyyy HH:mm", Nothing)

FromTime is also a string. you can get it from a dropdown.
or a better way you could use other control (jquery) to pick date and time.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.