0

I as super administrator and site owner is able to load the Pikaday for date selector but other site administrators are unable to. They are able to load the time selector though.

This is despite setting them as super admin or giving more/all privileges.

Salocin.TEN
  • 474
  • 1
  • 6
  • 18

1 Answers1

1

Try checking their language / time preferences for their account under backend preferences. Also check the browser developed console and see if there are any errors reported

LukeTowers
  • 1,262
  • 7
  • 14
  • Thanks! The suggestion worked! Is there a way to set the default language for any new administrator? – Salocin.TEN Aug 18 '20 at 06:49
  • 1
    Yes, in config/cms.php there is the backendTimezone value, just set that. Always use UTC in config/app.php timezone but you can set the default backend timezone in config/cms.php – LukeTowers Aug 19 '20 at 08:44