Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Date format changing in csv file

We have .csv files that are automatically created and then loaded into a
billing system. Currently the users need to go into these .csv files to
analyse the data and make any necessary changes before the file is loaded
into the billing system.

When the file is created by the original system the date column is in the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format is
definitely being changed.

I have checked the regional settings under control panel and confirmed that
all dates are set to MM/DD/YYYY. This issue has caused some major issues in
our billing system as the dates no longer correspond to data already in the
system.

Please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Date format changing in csv file

How does Excel enter into this? You don't state anything about Excel

Tyro

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into a
billing system. Currently the users need to go into these .csv files to
analyse the data and make any necessary changes before the file is loaded
into the billing system.

When the file is created by the original system the date column is in the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Date format changing in csv file

When the users analyse and update the data they use excel to open the file.

"Tyro" wrote:

How does Excel enter into this? You don't state anything about Excel

Tyro

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into a
billing system. Currently the users need to go into these .csv files to
analyse the data and make any necessary changes before the file is loaded
into the billing system.

When the file is created by the original system the date column is in the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Date format changing in csv file

If the users don't want Excel to change the format of the csv file, the
shouldn't use File/ Open or double-click on the csv file, but should open it
with Data/ Import External Data and specify the columns as Text.
--
David Biddulph

"Deanne" wrote in message
...
When the users analyse and update the data they use excel to open the
file.

"Tyro" wrote:

How does Excel enter into this? You don't state anything about Excel

Tyro

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into
a
billing system. Currently the users need to go into these .csv files
to
analyse the data and make any necessary changes before the file is
loaded
into the billing system.

When the file is created by the original system the date column is in
the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format
is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major
issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Date format changing in csv file

Hi David,

I've tried your suggested option and it appears to work. Many thanks for
that.

We have only recently come across this issue as users used to be able to
open these csv files in excel, edit, save and they would stay in the same
date format (ie dd/mm/yyyy). This problem appears to be occurring on users
with new PCs. Any ideas on what may be done (or not done) during an excel
install which would cause this problem?

Thanks again

Deanne

"David Biddulph" wrote:

If the users don't want Excel to change the format of the csv file, the
shouldn't use File/ Open or double-click on the csv file, but should open it
with Data/ Import External Data and specify the columns as Text.
--
David Biddulph

"Deanne" wrote in message
...
When the users analyse and update the data they use excel to open the
file.

"Tyro" wrote:

How does Excel enter into this? You don't state anything about Excel

Tyro

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into
a
billing system. Currently the users need to go into these .csv files
to
analyse the data and make any necessary changes before the file is
loaded
into the billing system.

When the file is created by the original system the date column is in
the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format
is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major
issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Date format changing in csv file

If it's not a difference of Windows Regional Options, I'm not sure what it's
likely to be.
--
David Biddulph

"Deanne" wrote in message
...
Hi David,

I've tried your suggested option and it appears to work. Many thanks for
that.

We have only recently come across this issue as users used to be able to
open these csv files in excel, edit, save and they would stay in the same
date format (ie dd/mm/yyyy). This problem appears to be occurring on
users
with new PCs. Any ideas on what may be done (or not done) during an excel
install which would cause this problem?

Thanks again

Deanne

"David Biddulph" wrote:

If the users don't want Excel to change the format of the csv file, the
shouldn't use File/ Open or double-click on the csv file, but should open
it
with Data/ Import External Data and specify the columns as Text.
--
David Biddulph

"Deanne" wrote in message
...
When the users analyse and update the data they use excel to open the
file.

"Tyro" wrote:

How does Excel enter into this? You don't state anything about Excel

Tyro

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded
into
a
billing system. Currently the users need to go into these .csv
files
to
analyse the data and make any necessary changes before the file is
loaded
into the billing system.

When the file is created by the original system the date column is
in
the
format DD/MM/YYYY HH:MM and this is the format that the billing
system
expects to receive it. However, once the user opens the file and
then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked
by
opening the file in notepad once it has been saved and the date
format
is
definitely being changed.

I have checked the regional settings under control panel and
confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major
issues
in
our billing system as the dates no longer correspond to data already
in
the
system.

Please help.








  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Date format changing in csv file

Why not change the Regional Settings to dd/mm/yyyy?

Regards,
Fred.

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into a
billing system. Currently the users need to go into these .csv files to
analyse the data and make any necessary changes before the file is loaded
into the billing system.

When the file is created by the original system the date column is in the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Date format changing in csv file

Sorry I should have put that the regional settings are dd/mm/yyyy not
mm/dd/yyyy.

"Fred Smith" wrote:

Why not change the Regional Settings to dd/mm/yyyy?

Regards,
Fred.

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into a
billing system. Currently the users need to go into these .csv files to
analyse the data and make any necessary changes before the file is loaded
into the billing system.

When the file is created by the original system the date column is in the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.



  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Date format changing in csv file

Are you aware that Excel maintains dates as numbers? Excel's dates range is
Jan. 1, 1900, day 1 through Dec. 31. 9999, day 2,958,465. March 18, 2008 is
day
39,525. When you format that number as mm/dd/yy you see 03/18/08 which is
for human consumption. But the cell contains a simple number. Are your dates
Excel's dates, i.e. numbers, or are they text, that is to say, not dates but
the human presentation? In other words, the cell contains "March 18, 2008"
or "03/18/08" as opposed to the number 39,525? To verify press Ctrl + Accent
grave (the key above the tab key). If the cell that appears as a date is an
Excel date, it will show as a number. If text, it won't. Press Ctrl + Accent
grave to return to normal display.

Tyro

"Deanne" wrote in message
...
Sorry I should have put that the regional settings are dd/mm/yyyy not
mm/dd/yyyy.

"Fred Smith" wrote:

Why not change the Regional Settings to dd/mm/yyyy?

Regards,
Fred.

"Deanne" wrote in message
...
We have .csv files that are automatically created and then loaded into
a
billing system. Currently the users need to go into these .csv files
to
analyse the data and make any necessary changes before the file is
loaded
into the billing system.

When the file is created by the original system the date column is in
the
format DD/MM/YYYY HH:MM and this is the format that the billing system
expects to receive it. However, once the user opens the file and then
saves
it the date format chagnes to MM/DD/YYYY HH:MM. I've double checked by
opening the file in notepad once it has been saved and the date format
is
definitely being changed.

I have checked the regional settings under control panel and confirmed
that
all dates are set to MM/DD/YYYY. This issue has caused some major
issues
in
our billing system as the dates no longer correspond to data already in
the
system.

Please help.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Date Format mrbalaje Excel Discussion (Misc queries) 1 August 22nd 07 11:43 AM
Changing the date format Shazza Excel Discussion (Misc queries) 1 April 18th 07 04:02 PM
Changing Date Format Chris Excel Discussion (Misc queries) 3 January 25th 07 04:47 PM
Changing to date format Peretz Stern Excel Discussion (Misc queries) 6 December 29th 05 08:13 PM
Changing Date Format stittal Excel Worksheet Functions 5 October 24th 05 07:49 PM


All times are GMT +1. The time now is 03:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"