By pranayamr
via pranayamr.blogspot.ca
Submitted: Dec 12 2012 / 10:41
In this post I am going to discuss about Conversion of String data in to DateTime. Problem For most of the beginner developer they face the problem when "Inserting or Updating" DateTime value in "Database" which is having different presentation of DateTime value than DateTime string entered in UI of Application. For Example DatTime input accept date in format "DD/MM/YYYY" i.e "26/06/2013" so when try to insert this type of DateTime data in DateTime column in database it cause problem and not allow to insert data in Database
Add your comment