Archive for PHP

  • 11
  • 十二月

用PHP程序给Outlook发送会议日历的邮件格式 Read the rest of this entry …

  • 11
  • 十二月
setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'deu_deu');
echo strftime("%A %B %Y", time())."\n";
setlocale(LC_ALL, 'de_DE@euro', 'de_DE', 'deu_deu');
echo strftime("%A %d %B %Y", strtotime("2006-1-15 :00:00"))."\n";