View previous topic :: View next topic |
Author |
Message |
Lierduh1
Joined: 12 Mar 2002 Posts: 21
|
Posted: Sun Apr 21, 2002 2:00 am Post subject: Preview date |
|
|
Not sure this is intentional. When I do a preview before post/edit. It always come up as posted "2001-06-06". Is it a special date for b2? :)
I did this quick bandaid fix to justify the time I tried to understand: :)
b2header.php
function preview(form) {
var preview_date = "<?php echo date("Y-m-d", time()); ?>";
(it was
var preview_date = "2001-06-06 ...) |
|
Back to top |
|
 |
michel v Site Admin
Joined: 25 Jan 2002 Posts: 799 Location: Corsica
|
Posted: Tue Apr 23, 2002 12:12 pm Post subject: |
|
|
Well it was intentionnal but it'll be changed to reflect the real time :p |
|
Back to top |
|
 |
|