Date Seperator

  • Thread starter Thread starter burt
  • Start date Start date
B

burt

I have a date in the YYYY-MM-DD format I need to display it as YYYYMMDD with
no seperators ie / or -

Any help much apreciated
 
Hi,

If it's already a properly formatted date then applying a custom format of
YYYYMMDD should do what you require.

Mike
 
Select the cell and click on Format | Cells | Number tab and choose
Custom - enter this in the box:

YYYYMMDD

Click OK.

Hope this helps.

Pete
 
Back
Top