Error in sDateUtils.pas: Undeclared identifier: 'ShortDateFormat' Root › Technical support › Troubleshooting This topic has 2 replies, 3 voices, and was last updated 11 years, 4 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 2, 2013 at 4:01 pm #51231 HamiltonParticipant You could probably fix it with something like this: Code: case GetDateOrder({$IF Defined(DELPHI_XE3) or Defined(DELPHI_XE4)}FormatSettings.{$IFEND}ShortDateFormat) of December 13, 2013 at 9:23 am #51284 SupportKeymaster Hello Mohammad! The “DELPHI_XE3” key must be defined. You should find a reason why this key is Off. Maybe Delphi uses the old sDefs.inc file somehow? Try to create new project which uses sDateUtils. Will this error be there? I can solve this issue if you can give me a remote access to your PC. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting