Date Time Programming


Epoch and Date Time Conversion in JavaScript

The Date Time has important role in web programming. The JavaScript is a powerful client end scripting language to handle date time ... Read More


Epoch and Date Time Conversion in PHP

PHP is the most popular scripting language to develop web applications. PHP is a feature rich language which has date functions to handle date time. With PHP, we can easily handle date and time to implement in web applications ... Read More


Epoch and Date Time Conversion in Perl

Perl is a well known programming language. Perl has many built in date time functions and modules for date time manipulations. We can easily get current epoch and can convert epoch to human readable date with different options ... Read More


Epoch and Date Time Conversion in Python

Python is a high level general purpose programming langauge. It's language constructs and object-oriented approach helps programmers to write clear and logical code for small and large-scale projects. Python has datetime module which supplies classes to deal with dates, times and time intervals ... Read More


Epoch and Date Time Conversion in Go

Go or often referred as Golang is well known statically typed, compiled programming language developed by Google. It is similar to C with features such as memory safety, garbage collection, structural typing and CSP-style concurrency ... Read More


Epoch and Date Time Conversion in Java

Java is a popular object oriented programming language. It is intended to let developers write once, run anywhere compiled Java code that run on all platforms that support Java without the need for recompilation. Java has java.time package that work with date and time ... Read More


Epoch and Date Time Conversion in C# or C Sharp

C# or C Sharp is a simple, modern, general-purpose, object-oriented programming language. It is intended for use in developing software components suitable for deployment in distributed environments. It is more suitable for writing applications for both the hosted and embedded systems ... Read More


Epoch and Date Time Conversion in Ruby

Ruby is a popular interpreted, high-level, general-purpose programming language. Ruby is a dynamically typed, uses garbage collection and supports multiple programming paradigms, including procedural, object-oriented, and functional programming ... Read More


Epoch and Date Time Conversion in MySQL

MySQL is a fast, reliable, general-purpose, relational database management system. It is an widely used for a range of applicatios, specificaly web applications ... Read More


Epoch and Date Time Conversion in Microsoft SQL Server

Microsoft SQL Server is a popular relational database management system. It is widely used for storing and retrieving data. It is feature rich database system with many date time functions ... Read More


Epoch and Date Time Conversion in Matlab

Matlab (matrix laboratory) is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. It allows matrix manipulations, plotting ... Read More