Category:Developers: Difference between revisions

Jump to navigation Jump to search
Line 61: Line 61:
Javascript to change the titletext.
Javascript to change the titletext.


<code> <script>document.title='your title';</script></code>
<script>document.title='your title';</script>


=== Change date format to American ===
=== Change date format to American ===