473,388 Members | 1,198 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Date Format

In my webform has a text box bound with a DataSet's column
which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and
time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.

Nov 18 '05 #1
5 3026
You could try....

theDateTimeObject.ToString("dd/MM/yyyy")

Pete

"Mauricio" <ma************@controlbase.com.br> wrote in message
news:b0****************************@phx.gbl...
In my webform has a text box bound with a DataSet's column
which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and
time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.

Nov 18 '05 #2
Or of course if I'd read the question correctly....

You'd probably be better using something like:

<%# DataBinder.Eval(Container.DataItem, "OrderDate", "{0:dd/MM/yyyy}" ) %>
"Pete" <peted at freenet co uk> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
You could try....

theDateTimeObject.ToString("dd/MM/yyyy")

Pete

"Mauricio" <ma************@controlbase.com.br> wrote in message
news:b0****************************@phx.gbl...
In my webform has a text box bound with a DataSet's column
which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and
time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.


Nov 18 '05 #3
For the first problem you can use ToShortDateString method of DateTime
object
for the second problem you can use <%# DataBinder.Eval(Container.DataItem,
"OrderDate", "{0:dd/MM/yyyy}" ) %>

--
Jaydeep
Solversa Technologies
"Pete" <peted at freenet co uk> wrote in message
news:O#**************@TK2MSFTNGP09.phx.gbl...
Or of course if I'd read the question correctly....

You'd probably be better using something like:

<%# DataBinder.Eval(Container.DataItem, "OrderDate", "{0:dd/MM/yyyy}" ) %>
"Pete" <peted at freenet co uk> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
You could try....

theDateTimeObject.ToString("dd/MM/yyyy")

Pete

"Mauricio" <ma************@controlbase.com.br> wrote in message
news:b0****************************@phx.gbl...
In my webform has a text box bound with a DataSet's column
which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and
time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.



Nov 18 '05 #4
Hi Pete,

How can I execute theDateTimeObject.ToString("dd/MM/yyyy")
if the text box is bound with a date column?

Best Regards,
Mauricio
-----Mensagem original-----
You could try....

theDateTimeObject.ToString("dd/MM/yyyy")

Pete

"Mauricio" <ma************@controlbase.com.br> wrote in messagenews:b0****************************@phx.gbl...
In my webform has a text box bound with a DataSet's column which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.

.

Nov 18 '05 #5
In the DataBind event of the DataGrid, Place you code to convert the format.

private void dg_DataBind(object, e)
{
e.Items[3].Value = ((System.DateTime) e.Items[3]).ToString("dd/MM/yyyy",
System.Globalization.DateTimeFormatInfo.InvariantI nfo)
}

Thanks,
Jagan Mohan
MCP

"Mauricio" <ma************@controlbase.com.br> wrote in message
news:08****************************@phx.gbl...
Hi Pete,

How can I execute theDateTimeObject.ToString("dd/MM/yyyy")
if the text box is bound with a date column?

Best Regards,
Mauricio
-----Mensagem original-----
You could try....

theDateTimeObject.ToString("dd/MM/yyyy")

Pete

"Mauricio" <ma************@controlbase.com.br> wrote in

message
news:b0****************************@phx.gbl...
In my webform has a text box bound with a DataSet's column which type is DateTime.
I have 2 troubles:
- I want to show only date, but it's showing date and time.
- I want to show date in format dd/mm/yyyy, but it's
showing mm/dd/yyyy.
Anyone can help me?

Thanks.

.

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Simon Brooke | last post by:
I'm investigating a bug a customer has reported in our database abstraction layer, and it's making me very unhappy. Brief summary: I have a database abstraction layer which is intended to...
2
by: amith | last post by:
hi I have written javascript for comparing two dates in US format and finding out whether the start date is greater than the end date and vice versa. In this attempt i have instantiated the...
4
by: Richard Hollenbeck | last post by:
I'm trying to write some code that will convert any of the most popular standard date formats twice in to something like "dd Mmm yyyy" (i.e. 08 Jan 1908) and compare the first with the second and...
3
by: Lyn | last post by:
Hi, I am developing a project in which I am checking for records with overlapping start/end dates. Record dates must not overlap date of birth, date of death, be in the future, and must not...
5
by: Macca | last post by:
Hi, I have a table which has a date/time field. I am storing them as follows :- 01/01/2005 11:25 01/01/2005 19:44 02/01/2005 05:04
12
by: Assimalyst | last post by:
Hi, I have a working script that converts a dd/mm/yyyy text box date entry to yyyy/mm/dd and compares it to the current date, giving an error through an asp.net custom validator, it is as...
20
by: andreas | last post by:
When I copy a vb.net project using date formats from one PC with a windows date format f.e. dd/mm/yyyy to another PC having a format yy/mm/dd then I get errors. How can I change for a while in the...
30
by: fniles | last post by:
On my machine in the office I change the computer setting to English (UK) so the date format is dd/mm/yyyy instead of mm/dd/yyyy for US. This problem happens in either Access or SQL Server. In the...
4
by: OzNet | last post by:
I have some functions to calculate the working days in a given period. This includes a table that is queried to calculate the number of public holidays that don’t occur on a weekend. If I test...
11
ollyb303
by: ollyb303 | last post by:
Hello, I am using a dynamic crosstab report to track performance statistics for my company and I have hit a problem. I would like the option to track stats daily (for the last 7 complete...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.