/GrADS/script/days.gsf

Top / GrADS / script / days.gsf

Japanese / English

ret = days( year [, month] )
  • test.gs
    rc = gsfallow( 'on' )
    say days( 1995 )
    ga-> test
    365
    
  • test.gs
    rc = gsfallow( 'on' )
    say days( 2015, 11 )
    ga-> test
    30
    
  • days.gsf