Androidで日付と時刻をフォーマットする方法は?
この例は、Androidで日付と時刻をフォーマットする方法を示しています。
ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。
ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="https://schemas.android.com/apk/res/android" xmlns:tools="https://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAlignment="center" android:textSize="16sp" android:textStyle="bold|italic" android:layout_centerInParent="true" /> </RelativeLayout>
ステップ3 −次のコードをsrc / MainActivity.java
に追加しますimport android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import java.text.SimpleDateFormat; import java.util.Calendar; public class MainActivity extends AppCompatActivity { TextView textView; String dateTime; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); textView = findViewById(R.id.textView); Calendar calendar = Calendar.getInstance(); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("EEEE, dd-MMM-yyyy hh-mm-ss a"); dateTime = simpleDateFormat.format(calendar.getTime()); textView.setText(dateTime); } }
ステップ4 -次のコードをandroidManifest.xmlに追加します
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="https://schemas.android.com/apk/res/android" package="app.com.sample"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>
-
Androidでミリ秒を日付形式に変換するにはどうすればよいですか?
この例は、Androidでミリ秒を日付形式に変換する方法を示しています。 ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。 ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="https://schema
-
OneNoteに日付と時刻を追加する方法
OneNoteで新しいページを作成する場合 、日付とタイムスタンプがノートブックに自動的に追加されます。ノートブックで自動日付と時刻を編集し、OneNoteで提供されるタイムスタンプ機能を使用してページに日付と時刻を追加できます。また、現在と過去の日付をノートブックに追加したり、特定の日付をページに入力して、休日を追跡したりするなど、いくつかのイベントを追跡することもできます。 OneNoteに日付と時刻を挿入する方法 タイムスタンプは、ユーザーがノートブックページに時刻と日付を追加できるようにするOneNoteの機能です。 Onenoteで提供されるタイムスタンプの種類は次のとおりです。