hello all
i am new to C#
i want to enter a datetime value in table
but when i give datetime datatype in insert statement it is not displaying any error while executing
but when i see the inserted value in my table it shows
1900/01/01
i want to enter this in DD/MM/YYYY format
How can i do this ????
Please Help me.
Thanks