Tagged: DateTime

How to convert a date format in PHP - Clue Mediator

How to convert a date format in PHP

Today, we’ll discuss how to convert a date format in PHP. For example if we have date in YYYY-MM-DD format and need to convert it to DD-MM-YYYY format. Using built-in...

React time picker - Clue Mediator

How to implement time picker in React

Today we’ll show you how to implement time picker in React. We have written an article where we showed you how to add DateTimePicker in ReactJS. In this article we...

Calculate age in years using JavaScript - Clue Mediator

Calculate age in years using JavaScript

In this short article, we will show you how to calculate age in years using JavaScript. We’ll learn how to calculate the user’s age from their date of birth and...