Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

get age using moment

var a = moment();
var b = moment('{dem_pat_birthyear}', 'YYYY');  
var diff = a.diff(b, 'years'); // calculates patient's age in years
diff; // this prints out the age
//In this calculation {dem_pat_birthyear} 
//needs to be replaced with your variable name for birth year. 
Comment

PREVIOUS NEXT
Code Example
Javascript :: sequelize undo last migration 
Javascript :: react native text wrap 
Javascript :: html how to remove attribute# 
Javascript :: Jest encountered an unexpected token 
Javascript :: js loop ul 
Javascript :: array of A-Z 
Javascript :: roman numeral converter + javascript 
Javascript :: js stop form submit 
Javascript :: javascript keypress backspace not working 
Javascript :: how to see if user clicked key in js 
Javascript :: update nodejs version in ubuntu 
Javascript :: on change jquery 
Javascript :: jquery 1 second after page load 
Javascript :: css border jsx 
Javascript :: fatal no configured push destination 
Javascript :: npm react hook form 
Javascript :: remove spaces and line breaks javascript 
Javascript :: get the current url javascript 
Javascript :: es6 add and remove class 
Javascript :: set default version of node nvm 
Javascript :: react native length of object 
Javascript :: canvas font colour 
Javascript :: stop a video jquery 
Javascript :: array contains case insensitive javascript 
Javascript :: js number to hex 
Javascript :: open link in new window chrome mac shortcut 
Javascript :: join array enclosing each value with quotes 
Javascript :: react-native release build 
Javascript :: js strip_tags 
Javascript :: javascript date set weeks 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =