Date.getDate
类型:对象方法
适用环境:Flash 5 或更新版本
语法:myDate.getDate()
参数:myDate:已经存在的 Date 日期对象。
返回:一个数字值
介绍:使用 Date 对象的 getDate 方法,可以获取 myDate 对象内日期的“日”参数。