plugins/ShinyCMS/config/initializers/time_formats.rb
# frozen_string_literal: true
# ShinyCMS ~ https://shinycms.org
#
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
#
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
Time::DATE_FORMATS[ :shinydate ] = '%d %b %Y' # 31 Dec 1999
Time::DATE_FORMATS[ :shinydate_with_day ] = '%a, %d %b %Y' # Sun, 31 Dec 1999