User:Ohconfucius/test/MOSNUM dates.js: Difference between revisions

Content deleted Content added
No edit summary
add function to dmy/mdy button
Line 33:
name: "BIGENDIAN dates",
tooltip: "Access & archive dates",
script: ohc_abbrev_all_datesohc_refs_to_yyyymmdd
},
{
Line 1,318:
ohc_ISO_to_dmy_in_citations(editor);
ohc_unprotect_dates(editor);
ohc_refs_to_yyyymmdd(editor);
 
ohc_MOSNUM_edit_summary(editor);
}
Line 1,334:
ohc_ISO_to_mdy_in_citations(editor);
ohc_unprotect_dates(editor);
ohc_refs_to_yyyymmdd(editor);
 
ohc_MOSNUM_edit_summary(editor);
}