Angular Material
May 8, 2019

Angular Material – Month difference between two dates in the format of dd-mmm-yyyy

Output date format, which date picker provides by default is: 6/9/2017 Manipulating month difference and parsing the date format to dd-mmm-yyyy, We need to add some custom function or we have to use a third-party library like moment.js. For Example - When a candidate registers employment details, based on from…
Read More
jQuery
June 11, 2016

Nested Tabs Tutorial using jQuery

In this blog post, I will showcase a simple example that implements vertical nested tabs for content navigation using CSS3, HTML5 and jQuery. HTML5 takes care of the Nested Tab Structure, CSS3 handles the look and feel and jQuery the tab functionality. Basic Building Blocks Create a HTML5 page structure…
Read More