Questions tagged [datetime-parsing]

423 questions
-5
votes
2 answers

How to convert time string value in date format

I am facing issue like I have a datasheet which have a string value like 123459 which is a time and I have another column where I am adding in value as plus 5 seconds. When I am adding value its add as 123464 instead of 123504. Could anyone help me…
-5
votes
2 answers

Generating Datetime sequence using Joda-Time API

I want to generate a sequence of time in the following format (yyyy-mm-dd hh:mm:ss) with time interval of 15 min. I will give start date and end date. Used the below code to test the same. public static void main(String[] args) throws…
-5
votes
1 answer

String was not recognized as a valid DateTime from DateTimePicker

I get his error at hnddate(hidden field value coming from date time picker): String was not recognized as a valid DateTime.when converting a string to datetime parse the string to take the date before putting each variable DateTime weekStartDate…
user2525244
  • 91
  • 1
  • 3
  • 12
1 2 3
28
29