go to the command prompt and give the date command
using the proper format and then restart the computer
You can format a date so that it only shows month and year, but leaves out the day. Select the date cell and open the Format Cells dialog, by pressing Ctrl - 1. Choose custom and then you can type mm-yyyy as the format to show just the month and year for your date.
First you need to extract the 3 parts from it for the year, month and day. After that you can use the DATE function to make it into a date. You can then format that cell into a date format. So if 20130113 is in cell A2, then in another cell you could use this formula: =DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2))
What is the format entered for MDY
Don't change your date presentation format using C. Use Control Panel, Regional and Language Options, pick your primary country or customize date as needed.
To change the normal format to IEEE format you need to select the content that you need to change first. You should then go to the page layout tab and choose the IEEE format.
The cell has been formatted to be in date format. You just need to format the cell to show numbers. If a number is formatted as a date, it will show an actual date.
You can use almost any format you like to enter the date. The key to using and viewing dates is the cell format. Right-click on the cel and select cell format. Then you can format the date to look almost any way you like.
Download format factory http:/www.formatoz.com and change it to the right video format.
The formula is =NOW(). Ensure you format the cell to display the date format you want.
Format / Cells / Date
go to insert then date/time,then select format from the dialog box
Before you enter the number, change the format of the cell from "General" to "Number".