To implement a quick change
edit file
https://plugins.svn.ww.wp.xz.cn/wp-super-edit/trunk/tinymce_plugins/insertdatetime/plugin.js
function
tinymce.each(editor.settings.insertdatetime_formats || [
“%H:%M:%S”,
“%Y-%m-%d”,
“%I:%M:%S %p”,
“%D”
add string
“%a %d %b %Y %I %p”,
before the “%D”
Documentation on the insertdate time function
https://www.tinymce.com/docs/plugins/insertdatetime/
Like php
echo ‘today date “D, d F Y H a”: ‘, date(‘D, d F Y H a’), ”;
I just want to let you know that I am no longer developing WP Super Edit. I haven’t been able to dedicate time to improve this plugin and my users deserve better. I am currently recommending TinyMCE Advanced (https://ww.wp.xz.cn/plugins/tinymce-advanced/) since it meets my needs in WordPress multi-site environments. If you are interested in continuing development of WP Super Edit, please check (https://ww.wp.xz.cn/plugins/wp-super-edit/) for more information.
I’m not giving up on WordPress. I’m just refocusing my energy. ;P