--- label: 'Changing basic site settings' top_level: true related: - user.security_account_settings --- {% set regional_link_text %}{% trans %}Regional settings{% endtrans %}{% endset %} {% set regional_link = render_var(help_route_link(regional_link_text, 'system.regional_settings')) %} {% set information_link_text %}{% trans %}Basic site settings{% endtrans %}{% endset %} {% set information_link = render_var(help_route_link(information_link_text, 'system.site_information_settings')) %} {% set datetime_link_text %}{% trans %}Date and time formats{% endtrans %}{% endset %} {% set datetime_link = render_var(help_route_link(datetime_link_text, 'entity.date_format.collection')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Configure the basic settings of your site, including the site name, slogan, main email address, default time zone, default country, and the date formats to use.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > System > {{ information_link }}.{% endtrans %}
  2. {% trans %}Enter the site name, slogan, and main email address for your site. {% endtrans %}
  3. {% trans %}Click Save configuration. You should see a message indicating that the settings were saved.{% endtrans %}
  4. {% trans %}In the Manage administrative menu, navigate to Configuration > Region and language > {{ regional_link }}.{% endtrans %}
  5. {% trans %}Select the default country and default time zone for your site.{% endtrans %}
  6. {% trans %}Click Save configuration. You should see a message indicating that the settings were saved.{% endtrans %}
  7. {% trans %}In the Manage administrative menu, navigate to Configuration > Region and language > {{ datetime_link }}.{% endtrans %}
  8. {% trans %}Look at the Patterns for the Default long, medium, and short date formats. If any of them does not match the date format you want to use on your site, click Edit in that row to edit the format.{% endtrans %}
  9. {% trans %}Adjust the Format string until the Displayed format matches what you want. (Date format strings are composed of PHP date format codes.){% endtrans %}
  10. {% trans %}Click Save format. You should see a message indicating that the format was saved.{% endtrans %}
  11. {% trans %}Repeat the previous three steps for any other date formats that need to be changed.{% endtrans %}

{% trans %}Additional resources{% endtrans %}

{% trans %}PHP date format codes reference{% endtrans %}