function getExt($filename){ $last=substr(strrchr($filename,"."),0); return $last; } function isEmail($Email){ if($Email == "") return 1; if(eregi("([A-Z0-9\.\-]+@[A-Z0-9\.\-]+\.[A-Z\.]+)", $Email)) return 1; else return 0; } function trimcomplete($str){ if($str !=''){ $find = array(" ", "?", "’", "," , ":","'","\s","&"); $replace = array("-", "", "'", "", "","","-","","and"); $newstr=str_replace($find,$replace,trim(strtolower($str))); return $newstr; }else{ return $str; } } function trimspaces($str){ if($str !=''){ $newstr=str_replace(" ","-",$str); return $newstr; }else{ return $str; } } function trimslash($str){ if($str !=''){ $newstr=str_replace("/","-",$str); return $newstr; }else{ return $str; } } function trimdash($str){ if($str !=''){ $newstr=str_replace("---","-",$str); return $newstr; }else{ return $str; } } function trimquote($str){ //$str = str_replace(array('\'', '"', ',','.'), '', $str); return htmlspecialchars(trim(stripslashes($str))); } function trimnewline($str){ return $str; } function encrypt($id, $key) { $id = base_convert($id, 10, 36); // Save some space $data = @mcrypt_encrypt(MCRYPT_BLOWFISH, $key, $id, 'ecb'); $data = bin2hex($data); return $data; } function decrypt($encrypted_id, $key) { $data = @pack('H*', $encrypted_id); // Translate back to binary $data = @mcrypt_decrypt(MCRYPT_BLOWFISH, $key, $data, 'ecb'); $data = base_convert($data, 36, 10); return $data; } ?>
Examination | Tier/Phase | Date of Advt. | Closing date | Exam Date |
Constables (GD) Examination, 2022 | CBE* | 27 Oct 2022 (tdursday) | 30 Nov 2022 (Wednesday) | Jan -Feb, 2023 |
CHSL (10+2) Level Examination, 2022 | Tier-I (CBE)* | 06 Dec 2022 (Tuesday) | 05 Jan 2023 (tdursday) | Mar 2023 |
Multi Tasking Staff MTS Examination- 2022 | Tier-I (CBE)* | 17 Jan 2023 (Tuesday) | 17 Feb 2023 (Friday) | Apr 2023 |
Selection Post Examination, Phase XI, 2023 | Paper-I (CBE)* | 24 Feb 2023 (Friday) | 17 Mar 2023 (Friday) | May -Jun, 2023 |
Combined Graduate Level CGL Exam 2023 | Tier-I (CBE)* | 01 Apr 2023 (Saturday) | 01 May 2023 (Monday) | Jun-Jul, 2023 |
CHSL (10+2) Level Examination, 2023 | Tier-I (CBE)* | 09 May 2023 (Tuesday) | 08 Jun 2023 (tdursday) | Jul- Aug, 2023 |
Multi Tasking (Non- Technical) Staff, MTS 2023 | Tier-I (CBE)* | 14 Jun 2023 (Wednesday) | 14 Jul 2023 (Friday) | Aug- Sep, 2023 |
Sub-Inspector in Delhi Examination, 2023 | Tier-I (CBE)* | 20 Jul 2023 (Thursday) | 13 Aug 2023 (Sunday) | Oct 2023 |
Junior Engineer JE Examination 2023 | Paper-I (CBE)* | 26 July 2023 (Wednesday) | 16 Aug 2023 (Wednesday) | Oct 2023 |
SSC StenographerGrade ‘C’ & ‘D’ Examination, 2023 | CBE* | 02 Aug 2023 (Wednesday) | 23 Aug 2023 (Wednesday) | Oct- Nov, 2023 |
SSC JHT Examination, 2023 | Paper-I (CBE)* | 22 Aug 2023 (Tuesday) | 12 Sep 2023 (Tuesday) | Oct- Nov, 2023 |
Central Secretariat Assistants’ Grade Limited Departmental Competitive Examination – 2014- 2017 | Paper-I (CBE)* | 01 Sep 2023 (Friday) | 22 Sep 2023 (Friday) | Dec, 2023 – Jan 2024 |
SSA / UDC Grade Limited Dept Competitive Examination- 2018 -2019 | Paper-I (CBE)* | 08 Sep 2023 (Friday) | 29 Sep 2023 (Friday) | |
Grade ‘C’ Stenographer Limited Dept Competitive Examination-2018-2019 | Paper-I (CBE)* | 15 Sep 2023 (Friday) | 09 Oct 2023 (Monday) | Jan – Feb, 2024 |
JSA/ LDC Grade Limited Departmental Competitive Examination- 2019 -2020 | Paper-I (CBE)* | 22 Sep 2023 (Friday) | 13 Oct 2023 (Friday) | Jan-Feb, 2024 |
Centra Secretariat Assistants’ Grade Limited Departmental Competitive Examination 2018-2022 | Paper-I (CBE)* | 29 Sep 2023 (Friday) | 20 Oct 2023 (Friday) | Jan-Feb, 2024 |
JSA / LDC Grade Limited Departmental Competitive Examination- 2021 -2022 | Paper-I (CBE)* | 06 Oct 2023 (Friday) | 27 Oct 2023 (Friday) | Feb – Mar, 2024 |
SSA/ UDC Grade Limited Departmental Competitive Examination- 2020 -2022 | Paper-I (CBE)* | 13 Oct 2023 (Friday) | 02 Nov 2023 (tdursday) | Feb – Mar, 2024 |
Grade ‘C’ Stenographer Limited Dept Competitive Examination-2020-2022 | Paper-I (CBE)* | 20 Oct 2023 (Friday) | 09 Nov 2023 (tdursday) | Feb – Mar, 2024 |