Jump to content

Sending Today's Date for keyboard entry


pilotic
 Share

Recommended Posts

I am trying to determine how to generate a script that will run daily - and type in today's date in the format of mmddyyyy in a data entry field. I am can setup all other data entry fields - but don't know how to generate the value for today - and then have the script type the value of that field. Any help is appreciated.

Thanks!

Link to comment
Share on other sites

I am trying to determine how to generate a script that will run daily - and type in today's date in the format of mmddyyyy in a data entry field. I am can setup all other data entry fields - but don't know how to generate the value for today - and then have the script type the value of that field. Any help is appreciated.

Thanks!

$Day = @Month&@Day&@Year
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...