2
Answers

What is the regex for date and date with time

arvind

arvind

9y
383
1
I have a excel file in that there is a date column, in some of the row I have date with time and some of the row having date without time there is also some other columns after date column to write regex. I have used this : (?<DEALDATE>(\d+/\d+/\d+)\s(\d+:\d+:\d+)) but this is not able to match date without time.
23/03/2015 16:02:34 employeename1
23/03/2015 employeename2
Answers (2)
0
Govinda Rajulu Yemineni

Govinda Rajulu Yemineni

NA 1.5k 233.1k 9y
Hi Amit,
 
please refer the following URL
 
http://forums.asp.net/t/1787686.aspx?How+to+post+a+xml+value+to+web+api+ 
0
Amit Joshi

Amit Joshi

NA 100 11k 9y
Any reference links?