Class: WBCalendar
Source Location: /php/ui/winbinder/WBCalendar.php
Class WBCalendar
Inherited Properties, Constants, and Methods
Method Summary
| string |
getDate() |
날짜 얻어오기 , format 설정 가능 |
Methods
string getDate(
[string
$format = 'Y-m-d']
)
|
|
날짜 얻어오기 , format 설정 가능
date() 함수에서 쓰는 포맷으로 날짜 가지고 오기
Parameters:
API Tags:
void setDate(
string|int
$date
)
|
|
날짜 설정
strtotime() 함수에서 쓰는 포맷으로 날짜 설정 가능
Parameters:
|
string|int |
$date: |
timestamp 또는 날짜 포맷 |
API Tags:
|
|