iamtheky Posted August 14, 2015 Share Posted August 14, 2015 (edited) This might save you...literally seconds. Sorry if this is widely known, im new to this exploring.#include<array.au3> $oDTinfo = ObjCreate("system.globalization.datetimeformatinfo") $aShrtDayArray = $oDTinfo.AbbreviatedDayNames $aShrtMonthArray = $oDTinfo.AbbreviatedMonthNames $aFullDayArray = $oDTinfo.DayNames $aFullMonthArray = $oDTinfo.MonthNames _ArrayDisplay($aShrtDayArray , "short days") _ArrayDisplay($aShrtMonthArray , "short months") _ArrayDisplay($aFullDayArray , "long days") _ArrayDisplay($aFullMonthArray, "long months") Edited August 14, 2015 by boththose argumentum 1 ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now