<?php $formatter = new IntlDateFormatter( 'ja_JP@calendar=japanese', IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'Europe/Madrid', IntlDateFormatter::TRADITIONAL, 'Gy年M月' ); $ts = $formatter->parse('令和元年8月'); //$ts = $formatter->parse('平成31年8月'); var_dump($ts, date('Y-m', $ts));
You have javascript disabled. You will not be able to edit any code.