Extract Values from Dates and Times
Find the day of the week.
| In[1]:= | X |
| Out[1]= |
Find whether today is a business day.
| In[2]:= | X |
| Out[2]= |
Find the current quarter.
| In[3]:= | X |
| Out[3]= |
Get the number of seconds past the minute.
| In[4]:= | X |
| Out[4]= |
Get the month and calendar names for a given date.
| In[5]:= | X |
| Out[5]= |