answersLogoWhite

0


Best Answer

One would use the Unix time and date function for a date in the C Programming language to display the date and time from an application. When a user types the name of a program and date function is called a display will shown on the screen.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would one use the Unix time and function for C date?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can strtotime be used for?

The "strtotime" function is used in Unix to convert a given English date or time into the number of seconds since midnight (GMT) of January 1st, 1970. This number is considered the standard timestamp for Unix programming, as it prevents confusion between different ways of displaying dates for time-sensitive programming.


Get second of the current time using date function?

You would use the SECOND function on the NOW function, like this: =SECOND( NOW() )


What command displays the time on most Linux and Unix computer?

The time command is used to time a command and not display the actual time. To display the time and date, the date command must be used.


Is The NOW function in excel a date and time function?

It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.It is one of the Date and Time functions.


What Microsoft Excel date and time function do?

The DATE function creates a date from its 3 components, namely the year, month and day. So, for example, the 25th of December 2014 would be created as follows: =DATE( 2014, 12, 25 ) The TIME function is similar, as it creates a time from its 3 components, namely the hour, minute and second. So, for example, the 4:15 AM would be created as follows: =TIME(4, 15, 0)


What are some of the most useful unix commands?

Unix has a number of useful commands. They include "find" to find files and "admin" to administer SCCS files. Other are "asa" to axcess text processing and "date" to display date and time.


What does today mean in Excel?

The TODAY function returns the current date when the function is executed. That would be when you open the document or when you insert the function for the first time in a cell.


How can you learn all of the Unix commands?

It would take a very long time to learn all of the Unix commands, and frankly, that isn't necessary. Most Unix users have a subset of commands they use all the time, and that is how they learn them.


What do you mean by sleep and wakeup in unix?

sleep is a unix command line program that suspends program execution for specified period of time.. syntax:- sleep time example:- sleep 10 date, time and wait are the related commands of sleep command...


When assigned to a cell what function returns a number that corresponds to the system date and time?

The function to show current date and time in Excel is =NOW().


How do you set the date in Solaris?

The date and time are set in most Unix systems with the 'date' command. The exact syntax can vary, in which case you can find out by using the 'man date' command. Note: you have to be a root level user to issue this command to change the date or time.


Is unix a realtime operating system?

Some versions of Unix are oriented towards real time applications, and processes in Unix can be "promoted" to real time status if desired. Other than that, you would have to define more precisely what you mean by real time for an operating system.