Title: WordPress date
Last modified: August 19, 2016

---

# WordPress date

 *  [Beyrone](https://wordpress.org/support/users/beyrone/)
 * (@beyrone)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-date/)
 * Hi there,
 * I have made a WordPress template the dates I am using are in English, my client
   wants them to display in Dutch. So I had changed the Date settings in the administration
   panel and the date in the locale.php yet the month still appears in english.
 * This is a small part of the code I am using, am I doing something wrong?
 *     ```
       elseif ( is_month() ) {
             echo '<a href="' . get_year_link(get_the_time('Y')) . '">' . get_the_time('Y') . '</a> ' . $delimiter . ' ';
             echo $currentBefore . get_the_time('F') . $currentAfter;
       ```
   
 * Thanks in advance!

Viewing 1 replies (of 1 total)

 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-date/#post-1458817)
 * Are you running a Dutch installtion of WordPress? If you used the regular installation,
   it’s in English. you need to have the .po files in there (in the languages folder–
   which I *think* needs to be in the admin folder, but it’s been a while so I can’t
   remember for sure) – and your theme has to allow Dutch to be seen.
 * [Installing WordPress in your Language](http://codex.wordpress.org/Installing_WordPress_in_Your_Language)
   
   [WordPress in your language](http://codex.wordpress.org/WordPress_in_Your_Language)
   [Translating WordPress](http://codex.wordpress.org/Translating_WordPress)

Viewing 1 replies (of 1 total)

The topic ‘WordPress date’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/wordpress-date/#post-1458817)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
