--- label: 'Changing basic site settings' top_level: true related: - user.security_account_settings --- {% set regional_url = render_var(url('system.regional_settings')) %} {% set information_url = render_var(url('system.site_information_settings')) %} {% set datetime_url = render_var(url('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 > Basic site settings.{% 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 > Regional and language > Regional settings.{% 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 > Regional and language > Date and time formats.{% 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 %}