Get_Url: Get_Url function

Description Usage Arguments Details Value Examples

Description

This is the function that get the webstie of the birthday desired for birthday analyzer.

Usage

1
Get_Url(Year = 1993, Month = 11, Day = 15)

Arguments

Year

A number in "yyyy" format

Month

A number in "mm" format

Day

A number in "dd" format

Details

This function asks the user to input birth year, month and day. The function will return the website link on one birthday of this user's input.

Value

website url of the birthday inout

Examples

1
2
Get_Url(1993,11,15)
Get_Url(1962,09,14)

CherieYu/BirthdayAnalyzer documentation built on May 23, 2019, 6:05 p.m.