Jump to content

Show Date and Time in Large Type


Recommended Posts

I'm very curious ... that Applescript looks so complex and long. Why not just use the terminal command:

 

date '+%A %B %d, %Y' 

to output the date in the exact format you want?

 

Yes, while this does accomplish much of what the script does, the extra lines are for particular formatting (adding the "rd" or "th" after the day number) and adding the + and - num functionality. I'm sure I could shorten it up - but I wrote it out so that I could mess around with each variable.

 

For instance, the lines where I output the date as a string I have as 8 lines and I could easily shorten to 1 line. I just did this for formality.

Link to comment

As in the week of the year? Please give me an example and I'm more than happy to make this for you.

Today is the 29th of April and the start of week 18 which will last untill the 5th of May. Then next week is week 19 and so on and so forth :)

Link to comment

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...