Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [PHP]problem z datą
Silny
post
Post #1





Grupa: Zarejestrowani
Postów: 117
Pomógł: 2
Dołączył: 29.06.2010

Ostrzeżenie: (0%)
-----


Witam, gdzie tu jest błąd (IMG:style_emoticons/default/questionmark.gif)
  1. ....
  2. $month[01] = $lang['date_sty'];
  3. $month[02] = $lang['date_lut'];
  4. $month[03] = $lang['date_mar'];
  5. $month[04] = $lang['date_kwi'];
  6. $month[05] = $lang['date_maj'];
  7. $month[06] = $lang['date_cze'];
  8. $month[07] = $lang['date_lip'];
  9. $month[08] = $lang['date_sie'];
  10. $month[09] = $lang['date_wrz'];
  11. $month[10] = $lang['date_paz'];
  12. $month[11] = $lang['date_lis'];
  13. $month[12] = $lang['date_gru'];
  14.  
  15. $szablon->assign_vars(array(
  16. 'MONTH' => $month[date("m")],
  17. ));
  18. ....

Go to the top of the page
+Quote Post
Darti
post
Post #2





Grupa: Zarejestrowani
Postów: 1 076
Pomógł: 62
Dołączył: 6.03.2005
Skąd: Wroc

Ostrzeżenie: (0%)
-----


  1. ....
  2. $month[1] = $lang['date_sty'];
  3. $month[2] = $lang['date_lut'];
  4. $month[3] = $lang['date_mar'];
  5. $month[4] = $lang['date_kwi'];
  6. $month[5] = $lang['date_maj'];
  7. $month[6] = $lang['date_cze'];
  8. $month[7] = $lang['date_lip'];
  9. $month[8] = $lang['date_sie'];
  10. $month[9] = $lang['date_wrz'];
  11. $month[10] = $lang['date_paz'];
  12. $month[11] = $lang['date_lis'];
  13. $month[12] = $lang['date_gru'];
  14.  
  15. $szablon->assign_vars(array(
  16. 'MONTH' => $month[date("n")],
  17. ));

Go to the top of the page
+Quote Post
Silny
post
Post #3





Grupa: Zarejestrowani
Postów: 117
Pomógł: 2
Dołączył: 29.06.2010

Ostrzeżenie: (0%)
-----


dzięki (IMG:style_emoticons/default/winksmiley.jpg)
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 27.08.2025 - 05:53