timestring {skyscapeR}R Documentation

Converts date and time numeric values to a single string

Description

Converts date and time numeric values to a single string

Usage

timestring(year, month, day, hour = 12, minute = 0, second = 0)

Arguments

year

Year

month

Month

day

Day

hour

Hour

minute

Minute

second

Second

Examples

timestring(2018, 12, 25, 2, 34)

[Package skyscapeR version 1.0.0 Index]