Hello friends,
I have a string like "/Date(1312628727617+0000)/" and this regular expression convert into Date format in iPhone so please provide any link or any idea to develop this functionality.
Thanks in advance.
|
Hello friends, I have a string like "/Date(1312628727617+0000)/" and this regular expression convert into Date format in iPhone so please provide any link or any idea to develop this functionality. Thanks in advance. |
||||
|
|
|
Use the below method and pass your regular expression date /Date(1312628727617+0000)/ as parameter.
EDIT:
Hope this helps you. |
|||||||||||||
|
|
See this: - (NSDate *)dateFromString:(NSString *)string @ below link |
|||
|
|
|
Have a look at |
|||||||
|