Jump to content

falafel

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by falafel

  1. Thank you guys! When i tried: >Skrivet av <strong><?php entry_smart_name(); ?></strong> den <?php entry_time('F jS, Y Z21600'); ?> klockan <?php entry_time('g:i A Z21600'); ?> It gave me: Skrivet av Tiffany den August 17th, 2005 720021600 klockan 12:35 PM 720021600 So that didn't work at all I also tried: >Skrivet av <strong><?php entry_smart_name(); ?></strong> den <?php setlocale('LC_TIME','swedish'); ?><?php entry_time('F jS, Y'); ?> klockan <?php entry_time('g:i A'); ?> But it didn't make any difference att all from how it were before. This is how the whole file looks like; ><div class="entry" id="<?php entry_id(); ?>"> <p class="entrymetadata"> Skrivet av <strong><?php entry_smart_name(); ?></strong> den <?php entry_time('F jS, Y'); ?> klockan <?php entry_time('g:i A'); ?> </p> <?php entry_comment(); ?> </div> Any ideas?
  2. Hi! I have a problem similar to Minhea. I live in Sweden and i'm reconfiguring a guestbook. I use MySQL and PHP. This is the code: >Written by <strong><?php entry_smart_name(); ?></strong> on <?php entry_time('F jS, Y'); ?> at <?php entry_time('g:i A'); ?> And this is what it print out: >Written by Tiffany on August 17th, 2005 at 2:35 PM Sure, that's exactly what it should print out. But since i live in sweden that date-syntax is wrong. I want it to print out lite this: >Skrivet av Tiffany den 7e Augusti, 2005 klockan 14:35 PM I need all the help i can get, my PHP and MySQL skills aren't very good. Thanks in advance /Henrik
×
×
  • Create New...