Quick actions

cmd+k|ctrl+k

Navigation

Languages

test_date

Snippet info

Language

Php

Visibility

public

Author

fenghestudio

Created

2020-02-08T08:20:43Z

Updated

2020-02-08T08:20:43Z

<?php

// 输出类似: Wednesday the 15th
echo date('l \t\h\e jS');

?>
INFO