Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Numbers - Date formating not working

I cannot format the Date in Numbers?

When I mark the fields and open Cell - and select Date/Time, the Time field is already set to 19:08 (?) and when I choose a Date format - nothing happens. Tried multiple settings/formats, nothing happens or changes.

Deleted Numbers and reinstalled it, same problem prevails.


Works for my colleague with no issue - same document and when she opens Date/Time both options state "Multiple" - no preset time and changing of formats is immediately displayed.


Operating System: 10.15.07

Numbers Version: 11.00

MacBook Pro Retina

Posted on May 27, 2021 2:15 AM

Reply

Similar questions

12 replies

May 27, 2021 5:06 AM in response to LineTo

From the left alignment in your screenshot it seems that Numbers is not recognizing the imported dates as true date-time values, which would right-aligned by default.


That could be because Numbers or your computer are set to a Region that does not expect the dd Month yyyy format whereas your colleague's computer has different settings.


Try going to File > Advanced > Language and Region... to see what the settings are.


You may have to go to System Preferences > Language and Region and temporarily choose a region that uses that date format. Then after the import you can switch back.


SG

May 27, 2021 4:14 AM in response to LineTo

How have you input the date? What does it look like in the cell? It should be right-aligned in the cell by default.


The 19:08 is simply a time format, equivalent to 7:08 PM.




You can choose 'None' and instead display just the Date.


And vice versa. You could choose 'None' for the date and display just the time.




Note that both the date and the time are included in the value of the cell, even if you display just the time, or just the date.


SG

May 27, 2021 10:35 AM in response to LineTo

If you go to File > Advanced > Language and Region ... and temporarily change settings to this:




Then you can use a short script to get Numbers to recognize the dates (which you can format as you wish). Once Numbers recognizes the dates you can restore your regular settings:


Copy-paste this script into Script Editor (in Applications > Utilities) and make sure Script Editor is listed and checked at System Preferences > Security & Privacy > Privacy > Accessibility. Then select cells with the dates and click the 'run' button in Script Editor.


tell front document of application "Numbers"
	tell active sheet
		tell (first table whose selection range's class is range)
			repeat with aCell in cells of (get selection range)
				tell aCell
					set v to value
					set dy to v's word 1
					set mo to text 1 thru 3 of v's word 2
					set yr to v's word 3
					set value to mo & " " & dy & ", " & yr
					set format to automatic
				end tell
			end repeat
		end tell
	end tell
end tell





SG





May 27, 2021 7:00 AM in response to LineTo

LineTo wrote:

Date by system is set to - dd Month yyyy format - so that can't be it. Even changed it just to check if it has any impact. Nothing.
Any other pre-setting that could cause this issue?


Which "date by system"? There are lots of them: short, medium, long, full. What region is your machine set to?


And what do you see when you go to File > Advanced > Language and Region... ?


Have you compared these settings to the settings on your colleague's machine?


SG



May 27, 2021 10:00 AM in response to SGIII

I can confirm that with the language set to German it does not like that format. I am unable to change it from automatic/text to a date. As a workaround until another solution is found, the file's language can be set to English (using SGIII's instructions), the dates formatted, then the language set back to German (System - German), if that is the correct default language.


I also tried changing the region to Germany (leaving the language as English). I was able to format them as dates.


Additional: Perhaps this makes sense because the names of months are not the same in German. :January", "February", etc. are not month names in German so these are not dates in German.

Numbers - Date formating not working

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.