Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 4.bcl
doh csharp 4.bcl
· Changes
Page history
dohun94 created page: doh csharp 4.bcl
authored
Mar 23, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-4.bcl.md
View page @
f7b9b4a9
...
...
@@ -2462,3 +2462,10 @@ class NullableEx
### StringFormat 보관소
```
c#
//날짜 출력
Console
.
WriteLine
(
string
.
Format
(
"{0:D}"
,
DateTime
.
Now
));
//시간 출력
Console
.
WriteLine
(
string
.
Format
(
"{0:t}"
,
DateTime
.
Now
));
```
\ No newline at end of file