datetime - Date format not show in Excel -


i'm facing problem in excel date's values missing in cells.

actual values in database:

id  date 001   2015-05-18 00:00:00.000 002   2015-05-22 00:00:00.000 003   2015-05-21 00:00:00.000 004   2015-05-18 00:00:00.000 

excel view (error):

id  date 1   00:00.0 2   00:00.0 3   00:00.0 4   00:00.0 

excel doesn't recognize "-" valid date seperator. have 2 options:

  • change locale allow "-" date seperator
  • convert "-" local date seperator (usually '.' or "/") when creating / querying data source

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -