date format problem
Posted: Wed Sep 29, 2010 4:37 am
Greetings dear
I av a date column in a dataset
I used this date column in a text box
the expression is like
ETA: {fileFrontPage.ETA}
Where fileFrontPage is the table in my dataSet and ETA is a datetime(nullable) column
I text formated this textbox as a date with format like 29/9/2010
but still I get the date on the report like
9/29/2010 12:00:00AM
//the datetime format
Please let me know about this problem and how to solve it
I av a date column in a dataset
I used this date column in a text box
the expression is like
ETA: {fileFrontPage.ETA}
Where fileFrontPage is the table in my dataSet and ETA is a datetime(nullable) column
I text formated this textbox as a date with format like 29/9/2010
but still I get the date on the report like
9/29/2010 12:00:00AM
//the datetime format
Please let me know about this problem and how to solve it