diff --git a/Calculators/Military-Time-Calculator/README.md b/Calculators/Military-Time-Calculator/README.md
new file mode 100644
index 000000000..1bc63fc97
--- /dev/null
+++ b/Calculators/Military-Time-Calculator/README.md
@@ -0,0 +1,41 @@
+#
Military Time Calculator
+
+## Description :-
+
+The Military Time Calculator is a simple web application designed to help users convert between standard 12-hour time format and military 24-hour time format. This tool is particularly useful for individuals in the military, aviation, and other fields where precise time communication is critical.
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+## How It Works :-
+
+The Military Time Calculator uses straightforward algorithms to perform time conversions. Here's a high-level overview:
+
+1. **Input Time:** Users enter the time in either 12-hour (AM/PM) format or 24-hour format into the input field.
+2. **Selection of Conversion:** Users select the direction of conversion (12-hour to 24-hour or 24-hour to 12-hour).
+3. **Validation:** The application validates the input to ensure it is in the correct format.
+4. **Conversion:** The time is converted using basic arithmetic and string manipulation.
+5. **Display Result:** The converted time is displayed to the user.
+
+## Features :-
+
+- Convert 12-hour AM/PM time to 24-hour military time.
+- Convert 24-hour military time to 12-hour AM/PM time.
+- Simple and intuitive user interface.
+- Input validation to ensure accurate conversions.
+
+## Example :-
+
+- **Converting 12-hour to 24-hour**
+ - Input: 02:30 PM
+ - Output: 14:30
+- **Converting 24-hour to 12-hour**
+ - Input: 14:30
+ - Output: 02:30 PM
+
+## Screenshots :-
+
+![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/9200c6d5-14b6-4462-845a-01ff68a0ce56)
diff --git a/Calculators/Military-Time-Calculator/index.html b/Calculators/Military-Time-Calculator/index.html
new file mode 100644
index 000000000..aa7c3aa51
--- /dev/null
+++ b/Calculators/Military-Time-Calculator/index.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ Military Time Calculator
+
+
+
+