problem with date in sql CE
Posted
by Gold
on Stack Overflow
See other posts from Stack Overflow
or by Gold
Published on 2009-09-28T11:21:39Z
Indexed on
2010/05/23
1:50 UTC
Read the original article
Hit count: 317
c#
|sql-server-ce
i have sqlCE DataBase, i have Tdate field (datetime)
i notice that his format is: MM/DD/YYYY
in my C# program i work with date in: DD/MM/YYYY format.
how i can insert to my sqlCE data base my C# format ?
© Stack Overflow or respective owner