Jump to content

Recommended Posts

Posted

Sorry, have wasted so much time trying to find out how to get this to work, but no luck.  I know to you all this is simple, but I'm just not getting anywhere.

My script is this:

;
; AutoIt 3x
;
#include<_My_DATE.au3>      ; my customized date and time formats
#include <_PartitionLetters.au3>     ; this replaces drive letters
#include<_WEReplacement.au3>     ; references a Windows Explorer replacement program
#NoTrayIcon     ; AutoIt's icon doesn't show in systray
TraySetIcon($IconsMine, 25)     ; changes the icon displayed in the systray
AutoItSetOption("WinTitleMatchMode", 2)     ; this allows partial window titles to be valid!
;-------------------------------------------------------------------------------------------------------------------------




ClipPut(" (" & $ShortDayMyFormat & "." & @MON & "." & @MDAY & "." & @YEAR & ")")




Beep(3000,25)
Sleep(3250)




Exit     ; finished

 

Invoking it now, I get this from the clipboard:

 (Fr.08.22.2025)

 

How do I get this, instead, please?:

 (Fr.Aug.22.2025)

 

In other words, "Aug" instead of "08", or another example, in September, where script would give "Sep" instead of "09", etc.

(I've tried UDF options following  google Autoit message, but I'm just not resolving this.)

 

Thank you so much!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...