Results for strftime translation from German to Chinese (Simplified)

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

German

Chinese (Simplified)

Info

German

strftime

Chinese (Simplified)

date

Last Update: 2016-11-22
Usage Frequency: 2
Quality:

German

siehe auch strftime().

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

beispiel 1. strftime() beispiel

Chinese (Simplified)

ɏһ¼¶

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

lc_time für zeit und datums-formatierungen mittels strftime()

Chinese (Simplified)

lc_time for date and time formatting with strftime()

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

siehe auch: date(), mktime(), gmmktime() und strftime().

Chinese (Simplified)

º󍋼/a

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

intern werden diese felder durch die c-funktion strftime() formatiert.

Chinese (Simplified)

description

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

bewirkt das gleiche wie strftime() mit dem unterschied, dass die gmt-zeit zurück gegeben wird.

Chinese (Simplified)

˵÷

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

German

um datumsangaben in anderen sprach - / zeitzonen-formaten auszugeben, sollten sie die funktionen setlocale() und strftime() nutzen.

Chinese (Simplified)

/* today is march 10th, 2001, 5:16:18 pm */ $today = date("f j, y, g:i a"); // march 10, 2001, 5:16 pm $today = date("m.d.y"); // 03.10.01 $today = date("j, n, y"); // 10, 3, 2001 $today = date("ymd"); // 20010310 $today = date('h-i-s, j-m-y, it is w day z '); // 05-16-17, 10-03-01, 1631 1618 6 fripm01 $today = date('\i\t \i\s \t\h\e js \d\a\y.'); // it is the 10th day. $today = date("d m j g:i:s t y"); // sat mar 10 15:16:08 mst 2001 $today = date('h:m:s \m \i\s\ \m\o\n\t\h'); // 17:03:17 m is month $today = date("h:i:s"); // 17:16:17

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

German

?php / * locale auf holland setzen * / setlocale (lc_all, 'nl_nl'); / * ausgabe: vrijdag 22 december 1978 * / echo strftime ("%a %e %b %y", mktime (0, 0, 0, 12, 22, 1978)); / * versuche verschiedene mögliche locale namen für deutsch * / $loc_de = setlocale (lc_all, 'de_de@euro', 'de_de', 'de', 'ge'); echo "preferred locale for german on this system is '$loc_de'";?

Chinese (Simplified)

?php /* set locale to dutch */ setlocale (lc_all, 'nl_nl'); /* output: vrijdag 22 december 1978 */ echo strftime ("%a %e %b %y", mktime (0, 0, 0, 12, 22, 1978)); /* try different possible locale names for german */ $loc_de = setlocale (lc_all, 'de_de@euro', 'de_de', 'de', 'ge'); echo "preferred locale for german on this system is '$loc_de'";?

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
8,029,187,443 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK