The Big Spring Sale! Up to 50% off!

Automatische jaarovergang

agd_drive
21 Posts
agd_drive posted this 09 January 2022
Ask a Question

Hallo Nicepage,

Is het mogelijk dat in de footer het jaartal op 1 januari automatisch naar het volgende jaartal springt?

Fijn om van jullie te horen

Mvg,
Gert

Hallo Nicepage, Is het mogelijk dat in de footer het jaartal op 1 januari automatisch naar het volgende jaartal springt? Fijn om van jullie te horen Mvg, Gert
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 13 January 2022

Hi,

You can use, for example, any js script to display the current date. Custom js can be added to the HTML element. For example:

<h4 id="myID"></h4> 
<script>        
        // Creating Date Object 
        var dateobj = new Date();

        // Year from above object 
        // is being fetched using getFullYear() 
        var dateObject = dateobj.getFullYear();

        // Printing current year 
        document.getElementById("myID").innerHTML = 
        "The Current Year is : " + dateObject;
    </script>

Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, You can use, for example, any js script to display the current date. Custom js can be added to the HTML element. For example: <h4 id="myID"></h4> <script> // Creating Date Object var dateobj = new Date(); // Year from above object // is being fetched using getFullYear() var dateObject = dateobj.getFullYear(); // Printing current year document.getElementById("myID").innerHTML = "The Current Year is : " + dateObject; </script> Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
agd_drive
21 Posts
agd_drive posted this 11 January 2022

The date is an example. Is there a code I can insert in the footer that automatically sets the correct year so that it always shows the correct year on New Years?

The date is an example. Is there a code I can insert in the footer that automatically sets the correct year so that it always shows the correct year on New Years?
Support Team
Support Team posted this 11 January 2022

Hi Gert,

Looks like the date is wrong in your server as the PHP function takes the current date from your server system.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Gert, Looks like the date is wrong in your server as the PHP function takes the current date from your server system. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
agd_drive
21 Posts
agd_drive posted this 11 January 2022

Here you are

Here you are
Support Team posted this 10 January 2022

Hello Gert,

Could you please attach a screenshot for us so we could more clearly understand what element with the year you are talking about?
...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Gert, Could you please attach a screenshot for us so we could more clearly understand what element with the year you are talking about? ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments