I would like to have this python script modified for our company PHP header comments. I’m not familiar at all with python. The script is on this question a previous user asked: Notepad++ : modify document on Save
This is an example of our PHP header comment section:
/*
@description : Example Description
@author : Initial Developer
@company : The Company
@created on : 10/31/2024
@created by : Initial Developer
@last modified on<this is a three space tab if that matters>: 12/03/2024 at 02:45 PM
@last modified by : Last Developer
*/
I would like the date and time to be of the following format with leading zeros for everything and full four digit year: mm/dd/yyyy at hh:mm AM/PM
If any more information is needed, I’ll gladly supply what I can! Thank you anyone, in advance!