Tag : birth

Title User Language Tags Description Date
Birth script to create particles on vertices reform Maxscript

Place this into a plow birthscript Remember to replace "object03" with the distributor object

July 4, 2012
PHP how to calculate age from date of birth ginoplusio PHP February 10, 2010
Count days until date jcroom PHP

I made this script to count the days until a birthday, the birthdays are stored in mysql with the year intact YYYY-MM-DD, so this function strips the first 4 chars, and adds the current year, if the date has already passed it adds the next year and counts for that.

August 21, 2009
Year List Select Box iridium PHP

Generates an options list of years for a select box, going from current year backwards through the number of years specified in the first variable.

Useful for birthday fields on signup forms.

eg. 2009, 2008, 2007, 2006 ... 1912, 1911, 1910, 1909

EDITED: Now includes option to set the initially selected value to a set number of years ago. Useful if your form is targetted at a certain age group. Will default to current year if set to '0'.

April 27, 2009
vb6 - Age - Find Age from DateOfBirth Joshnolan118 Visual Basic February 25, 2009
getAge nicolaspar JavaScript April 18, 2008
Birth Year Dropdown twofivethreetwo HTML

A simple drop down of years for birthdays. From 1900 to 2007. Nothing special but faster to copy/paste then to type them all.

November 19, 2007
Calculate age from date of birth to today reiko PHP

生年月日から年齢を計算する簡単な計算式

(今日の日付-誕生日)/10000の小数点以下切捨て。

August 26, 2007
Crude Random Birth date Generator Keith Sanders Python Python code to generate a list of 25 random dates in the range suitable for pasting into excel. February 20, 2007