FULLSCREEN CONTENTS Project Home Page
.OVERVIEW....: Examples
.ALIAS.......: Examples
.DESCRIPTION.:
The examples in this file are listed here as Backward References.
.BACKWARD_REFERENCES:
see example 01 Display Fdate Output On Screen
see example 02 Redirect Fdate Output To A File
see example 03 Put Fdate Output In An Environment Variable Using A Batch File
see example 04 Put Fdate Output In An Environment Variable Using /V Parm
see example 05 Put Fdate Output In An Environment Variable Using Strings
see example 06 Put Fdate Output In An Environment Variable Using Get
see example 07 Get User Input
see example 08 Get A User Menu Selection
see example 09 Change A Date From One Format Into Another
see example 10 Find The Difference In Days Between Two Dates
see example 11 Find The Elapsed Days/Hours/Minutes Between Two Date/Times.
see example 14 Determine How Long It Took A Program To Run
see example 15 Find Years When A Given Date Fell On A Given Day Of The Week
see example 16 Find Calendar Date Corresponding To A "Business Julian" Date
see example 17 Set Your Pc'S Date To A Business Julian Date
see example 18 Determine If Parm %1 Contains A Valid Date
see example 19 "Roll Your Own" Date Format
see example 20 Find The 4Th Thursday In November (Thanksgiving)
see example 22 On A Date, Show What Anniversary It Is For Some Event
see example 23 Show A List Of Holidays In A Given Year
see example 24 Show A List Of Federal Holidays In A Given Year
see example 25 Determine If A Year Is Valid, And Evenly Divisible By 4
see example 30 Compare A File'S Date To Today'S Date
see example 31 Compare Two Files' Date/Time Using Compare-Function Errorlevels
see example 32 Display A List Of All Files That Were Created/Updated Today.
see example 41 Delete Files More Than X Days Old (Use A Batch-File Subroutine)
see example 42 Get Date To Tell Pkzip To Compress Files Older Than 30 Days
see example 43 Loop Through An Array Of Environment Variables
see example 44 Do Something On The Last Day (Or Last Friday) Of The Month
see example 45 Get Information About The Month Prior To The Current Month
see example 46 Show The Last Monday (Or Any Other Weekday) In This Month
see example 47 Show The Last Monday In The Month, For A Series Of Months
see example 50 Represent A Date In 3 Bytes Of "Extended Hex" Notation
see example 51 Represent A Date In A Short (4-Byte) Format (Technique #1)
see example 52 Represent A Date In A Short (4-Byte) Format (Technique #2)
see example 53 Convert Numbers To "Extended Hex" (Xx) Format
see example 54 Customize Fdate For A Language Of Your Choice
see example 55 Fergian.Bat (Used In The Previous Example)
see example 61 Do-Once: Run Apps When Booting For The First Time Of The Day
see example 62 Run Specific Software, Depending On The Day Of The Week
see example 63 Run A Program At A Specified Time Later In The Day
see example 66 Change A Filename To Contain Today'S Date In First 3 Bytes
see example 67 Change A File'S Name To A Name That Contains Today'S Date
see example 68 Change A File'S Name To A Name Containing An Absolute Minute
see example 71 Extract The Rightmost N Characters Of A String
see example 72 Left-Pad A Number With Zeroes, Or A String With Spaces