Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の日付を取得して月名を返す関数を作成するにはどうすればよいですか? 現在の日付ではなく、2013/4/12 または 23/8/8 のような任意の日付にすることができます。
String monthName("2013/9/11"); この関数を呼び出すと、月の名前が返されます。
String monthName("2013/9/11");