Using php, how to print day/days depending on number of days and similarly month/months and year/years (in Greek)

后端 未结 0 1070
刺人心
刺人心 2020-12-15 15:57

I have this in my page:

printf("%d years, %d months, %d days\\n", $years, $months, $days);

which obviously prints according to $years, $

相关标签:
回答
  • 消灭零回复
提交回复
热议问题