In WPF. From the Database am getting the datetime value as long value e.g 20141212000000 i have to convert it to the DateTime Value in WPF application.
Am using Datepicker Also
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RobbinsonPosted Dec 26, 2013, 7:43 AM
For this, you need to write value convertors in WPF which helps you to convert one type to another type and visa versa,while performing data binding operation.
Below links help you in how to create ValueConvertors in WPF.
Hope, this will help you out.Feel free to connect in case of any queries.
Please don't forget to mark as answer if this post helps you.