problem in formatting date & time

  • Thread starter Thread starter psycho
  • Start date Start date
P

psycho

in sqlserver in date is stored in a particular format. Date and time
are stored in same column. so if i want to display only date or only
time in the datagrid is there any solution?
 
Yes, use date and time formatting expressions. For example, "MMM d, yyyy"
will produce Aug 27, 2006.
 
Back
Top